Ragu Pattabi
Ragu Pattabi
@jonathanbeebe and @christiangenco Thanks!
In my case, I found that I shouldn't use attr / theme reference in color resource. For example, the following color resource caused the problem. ## Problem ``` ?attr/colorSpecial @color/title...
From the code, I see that the listener is weak referenced. Since we set the listener at onCreate() and the dialog only pops up when we close the app, it...
Never knew about pry session. Thanks. Please try [vim-ruby-debugger](https://github.com/astashov/vim-ruby-debugger) and see if it makes sense for janus script.
This is very much needed feature for investigating our own apk file. For example, we can check whether we correctly did proguard configuration to retain a particular method, yet allowed...
[LeakCanary website](https://square.github.io/leakcanary/) is very helpful. Learned a good deal about memory leaks in android thanks to the people writing them about it briefly and with just enough detail. I see...
This will also help us keep our markdown files outside notes-up database which we can put it under version control, take backups, edit independently, etc.
I missed to respond to this. Terribly sorry about the delay. > Is this happening every time? How often? From our users, it seems that it is happening every time....
> Are you by any chance starting and then quickly stopping a stream? Yes, we start a temporary stream to assess frames per burst and audio api. We just open...
@dturner Thanks for checking this. I suspected that this is specific to a particular Android 11 update. But I see from the build description you provided, it seems that the...