Merge "Fix build breakage" into nyc-dev
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