Ensure all users of leveldb are using DBTracker |
||||
Issue descriptionTo ensure all leveldb use is reported to memory-infra verify that all leveldb activity uses the DBTracker.
,
Jul 31 2017
,
Aug 3 2017
dskiba@ When you landed CL #488099 (https://codereview.chromium.org/2953473002) that switched all (on-disk and in-memory) leveldb's to using leveldb_env::OpenDB() which makes them tracked right? Which ones are missing?
,
Aug 7 2017
Yes, all leveldb databases are reported by DBTracker. There is a presubmit check that should prevent us from adding new ones.
,
Sep 5 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by cmumford@chromium.org
, Jul 31 2017