From eb73af62fb46b7e96e0c7d9d82f84a0a55c695eb Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Wed, 18 Apr 2018 13:36:09 +0100 Subject: [PATCH] Add Thread.contextClassLoader to hidden API light greylist Bug: 78145123 Test: make Change-Id: Iccd7c1c167c77c6bced619735114452e80a086f0 --- config/hiddenapi-light-greylist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hiddenapi-light-greylist.txt b/config/hiddenapi-light-greylist.txt index bc9f67461273..9308dbcc3471 100644 --- a/config/hiddenapi-light-greylist.txt +++ b/config/hiddenapi-light-greylist.txt @@ -3450,6 +3450,7 @@ Ljava/lang/Short;->value:S Ljava/lang/String;->(II[C)V Ljava/lang/System;->arraycopy([II[III)V Ljava/lang/System;->()V +Ljava/lang/Thread;->contextClassLoader:Ljava/lang/ClassLoader; Ljava/lang/Thread;->daemon:Z Ljava/lang/Thread;->dispatchUncaughtException(Ljava/lang/Throwable;)V Ljava/lang/ThreadGroup;->add(Ljava/lang/Thread;)V -- 2.11.0