summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorHaohua Li <lihaohua90@gmail.com>2020-03-24 21:59:29 +0800
committerHaohua Li <lihaohua90@gmail.com>2020-03-24 14:19:59 +0000
commitf3880fdc678e4e2a26aefa46b38f45fb9625bd0d (patch)
tree5d077a66d2fbea8804c94167d994fadeec81182b /tools/aapt2/java/JavaClassGenerator_test.cpp
parent31145f453b9d6d010e97c059ddc9aea78f9e4ca4 (diff)
Fix wrong variable in AccountManagerService's TokenCache
// mAccountEvictors.put(k.account, tokenEvictor); // should be: mAccountEvictors.put(k.account, accountEvictor); This error in putToken() method causes the confusion of mAccountEvictors, and may causes the evict() method does not clean up the cache data correctly. Change-Id: I9435c206a6fa4d90177bbbe8816004365a213d1b Signed-off-by: Haohua Li <lihaohua90@gmail.com>
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions