Add a missing TODO.

Test: atest cts/tests/BlobStore/src/com/android/cts/blob/BlobStoreManagerTest.java
Change-Id: Ib7f48d845cf7984469c5f67e34f9cbca80823bf0
This commit is contained in:
Sudheer Shanka
2020-02-06 10:29:10 -08:00
parent a17b58c06a
commit 25bfe747de

View File

@@ -102,7 +102,7 @@ public class BlobStorePerfTests {
durations.clear();
collectDigestDurationsFromTrace(parser, durations);
// get and delete blobId
// TODO: get and delete blobId before next iteration.
}
} finally {
mAtraceUtils.stopTrace();