OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab05fc
)
Fix async_stop
author
John Reck
<jreck@google.com>
Fri, 15 May 2015 17:00:34 +0000
(10:00 -0700)
committer
Yasuhiro Matsuda
<mazda@google.com>
Mon, 29 Jun 2015 14:16:19 +0000
(23:16 +0900)
Change-Id: I68a258cf71cfcd999bbd568ab3c96255c11bec41
(cherry picked from commit
2c237ee1d5961b9d11618e0c5a97b3bb7fb694b2
)
cmds/atrace/atrace.cpp
patch
|
blob
|
history
diff --git
a/cmds/atrace/atrace.cpp
b/cmds/atrace/atrace.cpp
index
4100fa3
..
9def406
100644
(file)
--- a/
cmds/atrace/atrace.cpp
+++ b/
cmds/atrace/atrace.cpp
@@
-900,7
+900,7
@@
int main(int argc, char **argv)
g_traceOverwrite = true;
} else if (!strcmp(long_options[option_index].name, "async_stop")) {
async = true;
- traceSt
op
= false;
+ traceSt
art
= false;
} else if (!strcmp(long_options[option_index].name, "async_dump")) {
async = true;
traceStart = false;