summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2015-06-29 15:43:26 -0700
committerChristopher Tate <ctate@google.com>2015-06-29 16:04:57 -0700
commite56db0e3fa122971b0865a1129d2860458449eaa (patch)
treebfa2dfff799391fe66645a083259ddb43197378a /api/system-current.txt
parent3a0d77f42aa8bbc3e3f81bb80a55324fc686e2a7 (diff)
downloadframeworks_base-e56db0e3fa122971b0865a1129d2860458449eaa.zip
frameworks_base-e56db0e3fa122971b0865a1129d2860458449eaa.tar.gz
frameworks_base-e56db0e3fa122971b0865a1129d2860458449eaa.tar.bz2
Don't crash in JNI: add DeadObjectException(String msg) ctor
Bug 22104446 Change-Id: I0a538119269fe45955130e4e3d0d0bae8ee64993
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 9ef5de5..7c2194c 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -24747,6 +24747,7 @@ package android.os {
public class DeadObjectException extends android.os.RemoteException {
ctor public DeadObjectException();
+ ctor public DeadObjectException(java.lang.String);
}
public final class Debug {