diff options
| author | Elliott Hughes <enh@google.com> | 2012-09-26 16:40:41 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2012-09-26 16:40:41 -0700 |
| commit | 6567510ba1470bba6036d2b0b042425bdd03cf2b (patch) | |
| tree | 57b4b96b53d50e8d4f692f4561df65a5bfdb2091 /vm/compiler/codegen/arm/CodegenCommon.cpp | |
| parent | 74573701ee9863a0d2f1ba638b1c1cce69cdc2b2 (diff) | |
Log if dlopen(3) fails.
It turns out that some apps swallow the UnsatisfiedLinkError, making it
really hard to work out why they failed to launch.
Before:
D dalvikvm: Trying to load lib /data/app-lib/com.adobe.air-1/libCore.so 0x415be8a8
W dalvikvm: No implementation found for native Lcom/adobe/air/AIRWindowSurfaceView;.nativeSurfaceCreated:()V
After:
D dalvikvm: Trying to load lib /data/app-lib/com.adobe.air-1/libCore.so 0x415be8a8
E dalvikvm: dlopen("/data/app-lib/com.adobe.air-1/libCore.so") failed: Cannot load library: soinfo_relocate(linker.cpp:975): cannot locate symbol "_ZN7android10VectorImpl19reservedVectorImpl1Ev" referenced by "libCore.so"...
W dalvikvm: No implementation found for native Lcom/adobe/air/AIRWindowSurfaceView;.nativeSurfaceCreated:()V
Bug: 7093208
Change-Id: Ib751fb959d49cb872d586f299e62ed6aae783de9
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenCommon.cpp')
0 files changed, 0 insertions, 0 deletions
