Merge "Fix build breakage" into nyc-dev
am: f76535cd4a
* commit 'f76535cd4a9bea37b75f986126d0f5aa300a76d9':
Fix build breakage
This commit is contained in:
@@ -80,7 +80,7 @@ static void logUnreachable(initializer_list<UnreachableMemoryInfo> infolist) {
|
||||
// Now log the result
|
||||
if (merged.num_leaks) {
|
||||
cout << endl << "Leaked memory!" << endl;
|
||||
if (!merged.leaks[0].num_backtrace_frames) {
|
||||
if (!merged.leaks[0].backtrace.num_frames) {
|
||||
cout << "Re-run with 'setprop libc.debug.malloc.program hwui_unit_test'"
|
||||
<< endl << "and 'setprop libc.debug.malloc.options backtrace=8'"
|
||||
<< " to get backtraces" << endl;
|
||||
|
||||
Reference in New Issue
Block a user