Skip to content

Commit

Permalink
fix: fix hprof mapping (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedaLIEz committed Jun 28, 2023
1 parent 8fde053 commit ec74dd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ INSPECTOR_IOS_ENERGY, new IOSEnergyGaugeInspector()
private final Map<PerformanceInspector.PerformanceInspectorType, DeviceType> inspectorDeviceTypeMap = Map.of(
INSPECTOR_ANDROID_BATTERY_INFO, DeviceType.ANDROID,
INSPECTOR_ANDROID_MEMORY_INFO, DeviceType.ANDROID,
INSPECTOR_ANDROID_MEMORY_DUMP, DeviceType.ANDROID,
INSPECTOR_WIN_MEMORY, DeviceType.WINDOWS,
INSPECTOR_WIN_BATTERY, DeviceType.WINDOWS,
INSPECTOR_IOS_MEMORY, DeviceType.IOS,
Expand Down

0 comments on commit ec74dd3

Please sign in to comment.