summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/dumpstate.h
diff options
context:
space:
mode:
author Rhed Jao <rhedjao@google.com> 2020-10-21 12:04:23 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-10-21 12:04:23 +0000
commit53a0049dfb203e6f4f83a33ea0908eb593c1a29a (patch)
treede0df5243bead334bb9f631cbac4163130d9b00b /cmds/dumpstate/dumpstate.h
parent8b193f408875408b8776f2eeba9eed426d37eee5 (diff)
parent2cc4eec9b93a5e29970c798920d2a74c8c642445 (diff)
Faster bugreports (4/n) am: 2cc4eec9b9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1441345 Change-Id: Ie425f43a3a7707f7092b7bf06189120a92e371c4
Diffstat (limited to 'cmds/dumpstate/dumpstate.h')
-rw-r--r--cmds/dumpstate/dumpstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.h b/cmds/dumpstate/dumpstate.h
index 0f0927cc29..75b3140b27 100644
--- a/cmds/dumpstate/dumpstate.h
+++ b/cmds/dumpstate/dumpstate.h
@@ -572,6 +572,8 @@ class Dumpstate {
android::sp<ConsentCallback> consent_callback_;
+ std::recursive_mutex mutex_;
+
DISALLOW_COPY_AND_ASSIGN(Dumpstate);
};