History log of /frameworks/base/core/jni/android_app_Activity.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ddbf6c700b68ddab86c1396526a0b3208a0c610b 02-Mar-2016 Dimitry Ivanov <dimitry@google.com> Use modified android_dlwarning

The new form of android_dlwarning is thread-safe
and does not have a problem with dlwarning returning
a pointer that can in some situations become invalid.

Bug: http://b/27453994
Change-Id: Ied8366439467a9afd783a3b22b8c48b8709ac9aa
/frameworks/base/core/jni/android_app_Activity.cpp
4449ef5b6a85ef4e16dbd5d939db7b11eac0b586 26-Feb-2016 Dimitry Ivanov <dimitry@google.com> Display Toast with linker warnings after Activity.onStart()

Displays list of problems linker encountered with app's
native code including
1. Unauthorized access to private platform libraries.
2. Text relocations
3. Invalid DT_NEEDED entires

This change is intended only for preview/beta releases and to
be reverted before the first release build.

Bug: http://b/27365747
Change-Id: I08735472059248c901ef22042682d574fb2b0c92
/frameworks/base/core/jni/android_app_Activity.cpp