Merge "Do not obtain unused Parcel"
This commit is contained in:
committed by
Android (Google) Code Review
commit
936c9bc5aa
@@ -787,7 +787,6 @@ public final class ProcessStatsService extends IProcessStats.Stub {
|
||||
}
|
||||
|
||||
private SparseArray<long[]> getUidProcStateStatsOverTime(long minTime) {
|
||||
final Parcel current = Parcel.obtain();
|
||||
final ProcessStats stats = new ProcessStats();
|
||||
long curTime;
|
||||
synchronized (mLock) {
|
||||
|
||||
Reference in New Issue
Block a user