Anjal Saneen
Anjal Saneen
Anyone who wants to log in on firebase can use this code. Here we are converting leak traces to stack traces. Feel free for improvements and suggestions ``` allLeakTraces.forEach {...
We are having the same issue on production for 2 million users. ``` Caused by java.io.IOException sendto failed: EPERM (Operation not permitted) libcore.io.IoBridge.maybeThrowAfterSendto (IoBridge.java:590) java.net.DatagramSocket.send (DatagramSocket.java:721) com.instacart.library.truetime.SntpClient.requestTime (SntpClient.java:116) com.instacart.library.truetime.TrueTime.requestTime (TrueTime.java:133)...
Have we got any update on this? it crossed 280 million instances for us in the last 90 days. Really appreciate if anyone can help here @kaushikgopal
@schlan Can you help me to enable debug. I have tried this code, but it's not working at all. ``` val belvedere = Belvedere.Builder(context?.applicationContext) belvedere.debug(true) belvedere.build() .document() .contentType("image/*") .allowMultiple(false) .open(context...
it's not a good idea to get download speed from the response body using [EventLisetener](https://github.com/square/okhttp/blob/8c5283797bd9997ba8445ef937118f7fd95e2c85/okhttp/src/main/java/okhttp3/EventListener.java) until and unless you have a very big response body. we measured network speed from...
Any updates on this?
Sorry. My mistake, What I mean is Drop Jetifier. This is the only library in our app that still uses the old support library so it prevents us from disabling...
I tried to remove Jetifier. none of your code module uses legacy Android support library. there are some usage in com.psoffritti.librarysampleapptemplate:core. Can you fix those?
I'm having the same error. I'm using Apple M1 Pro.
@Vatican-Cameos I am facing the same issue. This started happening after I updated to Release v1.5.