Skip to content

Commit

Permalink
Update common/src/main/java/com/microsoft/hydralab/performance/parser…
Browse files Browse the repository at this point in the history
…s/AndroidBatteryInfoResultParser.java

Co-authored-by: Yang Zhang <394054963@qq.com>
  • Loading branch information
taoran6 and AC-Phoenix committed Apr 13, 2023
1 parent a2376da commit ba64d0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private AndroidBatteryInfo getResultSummary(List<PerformanceInspectionResult> in
}

private AndroidBatteryInfo parseRawResultFile(File rawFile, String packageName) {
if (!rawFile.isFile() || !rawFile.exists()) {
if (!rawFile.isFile()) {
return null;
}

Expand Down

0 comments on commit ba64d0c

Please sign in to comment.