search for: logcat

Displaying 7 results from an estimated 7 matches for "logcat".

Did you mean: locat
2013 Jun 21
0
[LLVMdev] ASan for Android Applications
...roid system itself. For NDK apps, see "Android NDK workflow" in the same document. You need -eng build because preloading libraries into dalvik vm is not allowed in user builds. JellyBean includes several bugfixes in the dynamic loader that asan needs. Was there any useful output in adb logcat when your program crashed? On Fri, Jun 21, 2013 at 4:47 AM, Greg Fitzgerald <garious at gmail.com> wrote: > From: > http://address-sanitizer.googlecode.com/svn-history/r1624/wiki/Android.wiki > >> AddressSanitizer is fully supported in AOSP starting with JellyBean release. To...
2013 Jun 21
3
[LLVMdev] ASan for Android Applications
From: http://address-sanitizer.googlecode.com/svn-history/r1624/wiki/Android.wiki > AddressSanitizer is fully supported in AOSP starting with JellyBean release. To run > applications built with ASan you'll need an -eng build of Android. > > To build any part of Android system with ASan, add > LOCAL_ADDRESS_SANITIZER:=true to the appropriate Android.mk. I don't see that
2013 Jun 21
1
[LLVMdev] ASan for Android Applications
...ng libraries into dalvik vm is not > allowed in user builds. JellyBean includes several bugfixes in the > dynamic loader that asan needs. Do you have the sha1 hashes for any of those patches? I might be able to track down a build that includes them. > Was there any useful output in adb logcat when your program crashed? Yes, I've been getting some nice hints in adb logcat along the way. When I wasn't correctly invoking the wrapper script, I got a nice linker error and stack trace saying that libclang_rt.asan-arm-android.so wasn't found. After properly preloading the ASan ru...
2018 Jan 01
6
[Bug 104441] New: drm/nouveau: drm_hwcomposer cannot get rotation property/does not work
...riority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: issor.oruam at gmail.com QA Contact: xorg-team at lists.x.org Created attachment 136475 --> https://bugs.freedesktop.org/attachment.cgi?id=136475&action=edit logcat showing hwc errors Hi, while testing drm_hwcomposer (hwc v1), having enabled atomic ioctl for drm/nouveau a series of properties can be enquired, but rotation property returns an error in drmplane.cpp:123 01-02 00:05:42.626 2300 2300 E hwc-drm-plane: Could not get rotation property 01-02 00:0...
2019 Apr 09
3
large cover size bug with android?
When trying to play vorbis or opus files that have large cover sizes >1MB on android 8.0 built in player, they fail to play. Removing the cover allows them to play.  Has anyone encountered this before or know if it is a known android or opus/vorbis bug?
2019 Mar 18
0
Request for info on a big problems with nouveau driver
..."a second libEGL call failing" when > > RenderThread is trying to create dri screen > > which is killed by Android attempt to load EGL config which fails and > > it is treated as Fatal. > > We just need to find the root cause of failure. > > > > In the logcat there is a clue of what is happening: > > > > --------- beginning of crash > > 03-04 20:50:56.762 1440 1440 E AndroidRuntime: FATAL EXCEPTION: main > > 03-04 20:50:56.762 1440 1440 E AndroidRuntime: Process: > > com.android.systemui, PID: 1440 > > 03-04 20:50...
2018 Jun 13
4
Success: Bring-up of LLVM/clang-built Linux ARM(32-bit) kernel for Android - Nexus 5
...r internet - didn't 34. Noticing mobile network also had a cross(x) symbol on it after disabling WiFi as above - Browsing with mobile network as well failed as expected due to no internet availability - Verifying phone calls work - yes, they worked! 35. Checking logcat, dmesg for any network error - Noticing SELinux denials for some of the network related actions - Locating the error stating bandwidth module not loaded - Narrowing down to the kernel code where the possible issue is present 36. Fixing the netfilter code for the above issu...