aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-07-31 13:02:49 -0700
committerSiva Velusamy <vsiva@google.com>2012-07-31 14:16:10 -0700
commit6e9b3ca6d201a7eaddeaba2ef23cbf601eb226b6 (patch)
tree2540e9384eebd62d5b92e85c3e7f30b1350ad3f1 /sdkmanager
parent6a2d4d7796030c038ed0a59f1a68ae4d2108209f (diff)
downloadsdk-6e9b3ca6d201a7eaddeaba2ef23cbf601eb226b6.zip
sdk-6e9b3ca6d201a7eaddeaba2ef23cbf601eb226b6.tar.gz
sdk-6e9b3ca6d201a7eaddeaba2ef23cbf601eb226b6.tar.bz2
traceview: It is a context switch only if id == -1
Currently, method id's are assumed to be positive integer values, with a context switch receiving the special id -1. However, it is possible that id's > 0x8000_0000 are generated, in which case they are represented as negative integers. This patch simply fixes the check for whether an id denotes a context switch to be (id == -1) rather than (id < 0). Change-Id: I75ada085f875d8c6bdc54c6f132ba4600633a062
Diffstat (limited to 'sdkmanager')
0 files changed, 0 insertions, 0 deletions