DO NOT MERGE Change KernelUidCpuTimeReader Slog.wtf to Slog.e
am: 82a4d6f93b
Change-Id: I5e3b406b7a3f9a7f367dccaed0094ab5b7a78d2e
This commit is contained in:
@@ -120,7 +120,7 @@ public class KernelUidCpuTimeReader {
|
||||
sb.append(" s=");
|
||||
TimeUtils.formatDuration(systemTimeDeltaUs / 1000, sb);
|
||||
sb.append(" p=").append(powerDeltaMaUs / 1000).append("mAms");
|
||||
Slog.wtf(TAG, sb.toString());
|
||||
Slog.e(TAG, sb.toString());
|
||||
|
||||
userTimeDeltaUs = 0;
|
||||
systemTimeDeltaUs = 0;
|
||||
|
||||
Reference in New Issue
Block a user