Assigned
Status Update
Comments
ch...@google.com <ch...@google.com> #2
I just attached a minimal test application with duplicated and multiline traces. Provided are a couple of logcat files and screenshots.
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
lu...@gmail.com <lu...@gmail.com> #3
I have the same problem.
ch...@google.com <ch...@google.com> #4
I also have the same problem.
Description
My app is crashing on release builds with the following error:
Example code:
In the stacktrace, it seems that a call to the .toString() function of the Snapshot data class tries to describe the onLoad function property, which is a reference to the LazyListPaging.requestLoad() function that was thrown out.