[android-developers] Re: RenderScript: rsDebug messages not displayed with logcat

2012-07-26 Thread 朱才
I encountered the same problem, are you find the reason? or someone can help me? thanks. 在 2011年7月8日星期五UTC+8上午11时42分08秒,Neo写道: > > Hi, > > I'm trying to explore RenderScript examples, I could not see debug > statements from native renderscript layer (i.e. rsDebug from .rs > files) in logcat wh

[android-developers] Re: RenderScript: rsDebug messages not displayed with logcat

2012-06-20 Thread alex
Hi, My bad. The issue was because the rs file name was changed! And so in the java layer where the new name of the file is mentioned (i.e.ScriptC_yourRSfileName) the old file name was still persistent in the resource path (i.e. R.raw.yourRSfileName). So the binary code file that was already cre

[android-developers] Re: RenderScript: rsDebug messages not displayed with logcat

2012-06-19 Thread alex
Hi. The examples were wroking perfectly fine after updating my sdk and adt. But now for one of my projects it suddenly stopped working to display from rsDebug, whereas from the other layers its displayed on the logcat. Is there any solution that you have found for it? On Friday, July 8, 2011 9: