[android-developers] noticed SET_ROOT_LAYER_MSG_ID called many times before native crash - SIGSEGV 11

2012-04-15 Thread stringa
ring if there is something I can gain from this knowledge. I've been at a road block on how to move forward on this problem. I will be looking at the source code next tro see where SET_ROOT_LAYER_MSG_ID is called, but I'm wondering if people have any advice for this. Thanks, stri

[android-developers] Recieveing Native CrashDump during Java Development....

2012-04-12 Thread stringa
debug information. How do I move forward? Thanks in advance, stringa pid: 14778, tid: 14784 >>> com.ddi <<< signal 11 (SIGSEGV), fault addr deadbaad Stack frame #00 pc 00011f0c /system/lib/libc.so Stack frame #01 pc c614 /system/lib/libc.so Stack frame #02 pc cd

[android-developers] How do I use the MediaPlayer...

2012-04-10 Thread stringa
h sound that I have. Is this really the way to go? How can I do this? Thanks in advance stringa package com.ddi.components; import java.io.IOException; import android.content.Context; import android.media.MediaPlayer; import android.net.Uri; import com.ddi.GameData; public class ChannelPlayer {

[android-developers] Re: Where are my symbol files for my Droid Application to debug native Crash Dump?

2012-04-10 Thread stringa
C++ and I do no have these shared libraries. Maybe I can get the from the NDK and use those tools to debug what is going on? Thanks, stringa On Apr 10, 1:57 pm, Justin Anderson wrote: > Have you tried looking at the logcat output? > > Thanks, > Justin Anderson >

[android-developers] Where are my symbol files for my Droid Application to debug native Crash Dump?

2012-04-10 Thread stringa
Hello. I've been writing an application through the Java SDK, but it has been crashing. It does not show me a stack trace, but instead it leaves me with a crash dump. I would like to debug this, and I found a good tutorial for doing this. http://kobablog.wordpress.com/2011/05/14/how-to-read-cras

Re: : [android-developers] Re: Am I using MediaPlayer Properly?

2012-04-08 Thread stringa
Sounds Good. I will try that. Thanks for the advice. stringa On Apr 8, 12:16 am, "F.Stain" wrote: > It's not recommended. MediaPlayer is a heavy object which mostly used to > play video. > Maybe more better will be use AudioTrack instead MediaPlayer? > > воскре

Re: : [android-developers] Re: Am I using MediaPlayer Properly?

2012-04-07 Thread stringa
It still crashes. Can I use a MediaPlayer to play multiple different sounds? Is there a known issue with that? On Apr 7, 7:37 pm, stringa wrote: > Thanks.  Testing that now.  I've wondered about that. > > On Apr 7, 4:22špm, Kostya Vasilyev wrote: > > > > > >

Re: : [android-developers] Re: Am I using MediaPlayer Properly?

2012-04-07 Thread stringa
Thanks. Testing that now. I've wondered about that. On Apr 7, 4:22 pm, Kostya Vasilyev wrote: > The use of WeakReference seems questionable. > 08.04.2012 3:09 пользователь "stringa" написал: > > > > > > > > > Here is a dump from DDMS of one o

[android-developers] Re: Am I using MediaPlayer Properly?

2012-04-07 Thread stringa
-- 04-05 16:10:24.841: V/MediaPlaybackService(16956): oo getQueue On Apr 7, 2:57 pm, stringa wrote: > Hello.  I am having a weird crashing issue during garbage collection > and I have not clue how to figure out what is going on.  It could take > 5 minutes to crash or all day to crash.

[android-developers] Am I using MediaPlayer Properly?

2012-04-07 Thread stringa
Hello. I am having a weird crashing issue during garbage collection and I have not clue how to figure out what is going on. It could take 5 minutes to crash or all day to crash. Most of my application is in a webView and is all JS/HTML, but one of the things I do, is call back to native code to

[android-developers] Eclipse launch emulator error...

2012-01-26 Thread stringa
se. [2012-01-25 21:41:45 - Emulator] unknown option: -package-size [2012-01-25 21:41:45 - Emulator] please use -help for a list of valid options I don't know how to get rid of this. I would love some help, Thanks, stringa -- You received this message because you are subscribed to th