commit | 769ccf5b59359d54301a3f99d511992e9cc78a45 | [log] [tgz] |
---|---|---|
author | Jack Veenstra <veenstra@google.com> | Thu Jan 28 15:57:02 2010 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Feb 09 14:47:01 2010 -0800 |
tree | 08771bacda0e4679504f65c58f3c4728cd68caf5 | |
parent | f434b16855feb706e6a4b4c7837dbd3c343d1c82 [diff] |
Fix a couple minor bugs (bug 2404859) in TraceDump.c 1. A switch statement was missing a "break" after option letter "f". 2. The heavily-used function "lookupMethod()" had an expression using mod (%) instead of bitwise-and (&).