Package 

Interface Base64SharedObjectFilesMap


  • 
    public interface Base64SharedObjectFilesMap
    
                        

    A Base64 encoded string of the shared object files that are used to symbolicate crashes.

    • Method Summary

      Modifier and Type Method Description
      String getBase64SharedObjectFilesMap() A Base64 encoded string of the shared object files that are used to symbolicate crashes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBase64SharedObjectFilesMap

         String getBase64SharedObjectFilesMap()

        A Base64 encoded string of the shared object files that are used to symbolicate crashes.

        Once decoded, this string should be a JSON object with the following structure: { "symbols": { "arm64-v8a": { "libemb-donuts.so":"11e1c3cc39fc506d06fcdb75bb4d005345aba95e", "libemb-crisps.so":"ace3755e21c6961e9c3e329216eeb7333840074b" } ... }