Crashlytics is reporting to Fabric but no traces are available in Firebase CrashlyticsCrashlytics / Fabric not reporting crashes on AndroidAdd app to Fabric console (with Firebase)Firebase won't show me Crashlytics details without linking Fabric appHow can i use Firebase crashlytics in android studio offline modeFirebase Crashlytics not working without Fabric API keyCrashlytics vs Fabric vs Firebase Crash Reporting — I'm lostFabric/Firebase Crashlytics APIFirebase Crashlytics not reporting crashesiOS Firebase Crashlytics: Out Of Memory (OOM) ReportingAndroid - Firebase Crashlytics - “Failed to retrieve settings”

Should I use a resistor between the gate driver and MOSFET (gate pin)?

Whipping heavy cream with melted chocolate

What happens if a company buys back all of its shares?

Is surviving this (blood loss) scenario possible?

How would thermophilic fish survive?

Time signature inconsistent

What details should I consider before agreeing for part of my salary to be 'retained' by employer?

"This used to be my phone number"

Why aren't there any women super GMs?

How much water can a ship take on before sinking?

Everyone but three

Why are there few or no black super GMs?

Difference between c++14 and c++17 using: `*p++ = *p`

Do dragons smell of lilacs?

Strategy to pay off revolving debt while building reserve savings fund?

Why is the Intel 8086 CPU called a 16-bit CPU?

Finding all possible pairs of square numbers in an array

Random piece of plastic

Amira L'Akum not on Shabbat

When designing an adventure, how can I ensure a continuous player experience in a setting that's likely to favor TPKs?

Why did my "seldom" get corrected?

May I use a railway velocipede on used British railways?

Which modern firearm should a time traveler bring to be easily reproducible for a historic civilization?

Why jet engines sound louder on the ground than inside the aircraft?



Crashlytics is reporting to Fabric but no traces are available in Firebase Crashlytics


Crashlytics / Fabric not reporting crashes on AndroidAdd app to Fabric console (with Firebase)Firebase won't show me Crashlytics details without linking Fabric appHow can i use Firebase crashlytics in android studio offline modeFirebase Crashlytics not working without Fabric API keyCrashlytics vs Fabric vs Firebase Crash Reporting — I'm lostFabric/Firebase Crashlytics APIFirebase Crashlytics not reporting crashesiOS Firebase Crashlytics: Out Of Memory (OOM) ReportingAndroid - Firebase Crashlytics - “Failed to retrieve settings”






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I'm developing a new application and I've successfully registered it into Firebase, and connected the Crashlytics service through the implementation guide (it worked, the app is connected).



My problem is that I'm not able to see any crash traces in the Firebase console, although I can see them correctly in the Fabric console.



Maybe that's the issue, because I'm also using Fabric to distribute the app through the Beta service, so I have the Fabric API Key and initialize the Fabric service just for Beta. In this scenario, no crashes are sent to any plattform, neither Firebase nor Fabric.



build.gradle



classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'io.fabric.tools:gradle:1.28.1'


implementation 'com.google.firebase:firebase-core:16.0.8'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'


Application:



final Fabric fabric = new Fabric.Builder(this)
.kits(new Beta())
.debuggable(BuildConfig.DEBUG)
.build();
Fabric.with(fabric);


What I'm trying to achieve is to receive the crash reports in my Firebase console and not in the Fabric dashboard.



Thanks in advance!










share|improve this question




























    2















    I'm developing a new application and I've successfully registered it into Firebase, and connected the Crashlytics service through the implementation guide (it worked, the app is connected).



    My problem is that I'm not able to see any crash traces in the Firebase console, although I can see them correctly in the Fabric console.



    Maybe that's the issue, because I'm also using Fabric to distribute the app through the Beta service, so I have the Fabric API Key and initialize the Fabric service just for Beta. In this scenario, no crashes are sent to any plattform, neither Firebase nor Fabric.



    build.gradle



    classpath 'com.android.tools.build:gradle:3.2.1'
    classpath 'com.google.gms:google-services:4.2.0'
    classpath 'io.fabric.tools:gradle:1.28.1'


    implementation 'com.google.firebase:firebase-core:16.0.8'
    implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'


    Application:



    final Fabric fabric = new Fabric.Builder(this)
    .kits(new Beta())
    .debuggable(BuildConfig.DEBUG)
    .build();
    Fabric.with(fabric);


    What I'm trying to achieve is to receive the crash reports in my Firebase console and not in the Fabric dashboard.



    Thanks in advance!










    share|improve this question
























      2












      2








      2








      I'm developing a new application and I've successfully registered it into Firebase, and connected the Crashlytics service through the implementation guide (it worked, the app is connected).



      My problem is that I'm not able to see any crash traces in the Firebase console, although I can see them correctly in the Fabric console.



      Maybe that's the issue, because I'm also using Fabric to distribute the app through the Beta service, so I have the Fabric API Key and initialize the Fabric service just for Beta. In this scenario, no crashes are sent to any plattform, neither Firebase nor Fabric.



      build.gradle



      classpath 'com.android.tools.build:gradle:3.2.1'
      classpath 'com.google.gms:google-services:4.2.0'
      classpath 'io.fabric.tools:gradle:1.28.1'


      implementation 'com.google.firebase:firebase-core:16.0.8'
      implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'


      Application:



      final Fabric fabric = new Fabric.Builder(this)
      .kits(new Beta())
      .debuggable(BuildConfig.DEBUG)
      .build();
      Fabric.with(fabric);


      What I'm trying to achieve is to receive the crash reports in my Firebase console and not in the Fabric dashboard.



      Thanks in advance!










      share|improve this question














      I'm developing a new application and I've successfully registered it into Firebase, and connected the Crashlytics service through the implementation guide (it worked, the app is connected).



      My problem is that I'm not able to see any crash traces in the Firebase console, although I can see them correctly in the Fabric console.



      Maybe that's the issue, because I'm also using Fabric to distribute the app through the Beta service, so I have the Fabric API Key and initialize the Fabric service just for Beta. In this scenario, no crashes are sent to any plattform, neither Firebase nor Fabric.



      build.gradle



      classpath 'com.android.tools.build:gradle:3.2.1'
      classpath 'com.google.gms:google-services:4.2.0'
      classpath 'io.fabric.tools:gradle:1.28.1'


      implementation 'com.google.firebase:firebase-core:16.0.8'
      implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'


      Application:



      final Fabric fabric = new Fabric.Builder(this)
      .kits(new Beta())
      .debuggable(BuildConfig.DEBUG)
      .build();
      Fabric.with(fabric);


      What I'm trying to achieve is to receive the crash reports in my Firebase console and not in the Fabric dashboard.



      Thanks in advance!







      android firebase crashlytics






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 26 at 9:54









      MiguelSMiguelS

      6311 bronze badges




      6311 bronze badges






















          2 Answers
          2






          active

          oldest

          votes


















          1














          Thanks. Please unlink your app from Firebase and then follow the linking flow. Be sure to leave in your Fabric ap




          You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID




          CLIENT_ID is your Firebase app client id
          PROJECT_ID is your app’s containing Firebase project



          For example, with these values:
          clientId: ios:com.remove.crashlytics.1
          projectId: test-removing-crashlytics



          The link becomes: https://fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics






          share|improve this answer























          • Thanks @Todd, I solved it!

            – MiguelS
            Apr 25 at 9:45


















          1














          You might forgot to add



          apply plugin: 'io.fabric' and



          apply plugin: 'com.google.gms.google-services' in build.gradle(app-level).



          EXAMPLE for:



          build.gradle(app-level):



          apply plugin: 'com.android.application'
          apply plugin: 'io.fabric'

          dependencies
          ...
          implementation 'com.google.android.gms:play-services-analytics:16.0.8'
          ...

          apply plugin: 'com.google.gms.google-services'


          build.gradle(project-level):



          buildscript 

          repositories
          google()
          maven url 'https://maven.fabric.io/public'
          jcenter()

          dependencies
          classpath 'com.android.tools.build:gradle:3.3.2'
          classpath 'com.google.gms:google-services:4.2.0'
          classpath 'io.fabric.tools:gradle:1.28.0'
          classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // for import error



          allprojects
          repositories
          google()
          maven url "https://maven.google.com"
          jcenter()




          For more info. kindly have a look at this artical.



          You will find crashes in Firebase console.






          share|improve this answer



























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55354175%2fcrashlytics-is-reporting-to-fabric-but-no-traces-are-available-in-firebase-crash%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Thanks. Please unlink your app from Firebase and then follow the linking flow. Be sure to leave in your Fabric ap




            You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID




            CLIENT_ID is your Firebase app client id
            PROJECT_ID is your app’s containing Firebase project



            For example, with these values:
            clientId: ios:com.remove.crashlytics.1
            projectId: test-removing-crashlytics



            The link becomes: https://fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics






            share|improve this answer























            • Thanks @Todd, I solved it!

              – MiguelS
              Apr 25 at 9:45















            1














            Thanks. Please unlink your app from Firebase and then follow the linking flow. Be sure to leave in your Fabric ap




            You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID




            CLIENT_ID is your Firebase app client id
            PROJECT_ID is your app’s containing Firebase project



            For example, with these values:
            clientId: ios:com.remove.crashlytics.1
            projectId: test-removing-crashlytics



            The link becomes: https://fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics






            share|improve this answer























            • Thanks @Todd, I solved it!

              – MiguelS
              Apr 25 at 9:45













            1












            1








            1







            Thanks. Please unlink your app from Firebase and then follow the linking flow. Be sure to leave in your Fabric ap




            You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID




            CLIENT_ID is your Firebase app client id
            PROJECT_ID is your app’s containing Firebase project



            For example, with these values:
            clientId: ios:com.remove.crashlytics.1
            projectId: test-removing-crashlytics



            The link becomes: https://fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics






            share|improve this answer













            Thanks. Please unlink your app from Firebase and then follow the linking flow. Be sure to leave in your Fabric ap




            You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID




            CLIENT_ID is your Firebase app client id
            PROJECT_ID is your app’s containing Firebase project



            For example, with these values:
            clientId: ios:com.remove.crashlytics.1
            projectId: test-removing-crashlytics



            The link becomes: https://fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 5 at 19:58









            Todd BurnerTodd Burner

            1,4947 silver badges12 bronze badges




            1,4947 silver badges12 bronze badges












            • Thanks @Todd, I solved it!

              – MiguelS
              Apr 25 at 9:45

















            • Thanks @Todd, I solved it!

              – MiguelS
              Apr 25 at 9:45
















            Thanks @Todd, I solved it!

            – MiguelS
            Apr 25 at 9:45





            Thanks @Todd, I solved it!

            – MiguelS
            Apr 25 at 9:45













            1














            You might forgot to add



            apply plugin: 'io.fabric' and



            apply plugin: 'com.google.gms.google-services' in build.gradle(app-level).



            EXAMPLE for:



            build.gradle(app-level):



            apply plugin: 'com.android.application'
            apply plugin: 'io.fabric'

            dependencies
            ...
            implementation 'com.google.android.gms:play-services-analytics:16.0.8'
            ...

            apply plugin: 'com.google.gms.google-services'


            build.gradle(project-level):



            buildscript 

            repositories
            google()
            maven url 'https://maven.fabric.io/public'
            jcenter()

            dependencies
            classpath 'com.android.tools.build:gradle:3.3.2'
            classpath 'com.google.gms:google-services:4.2.0'
            classpath 'io.fabric.tools:gradle:1.28.0'
            classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // for import error



            allprojects
            repositories
            google()
            maven url "https://maven.google.com"
            jcenter()




            For more info. kindly have a look at this artical.



            You will find crashes in Firebase console.






            share|improve this answer





























              1














              You might forgot to add



              apply plugin: 'io.fabric' and



              apply plugin: 'com.google.gms.google-services' in build.gradle(app-level).



              EXAMPLE for:



              build.gradle(app-level):



              apply plugin: 'com.android.application'
              apply plugin: 'io.fabric'

              dependencies
              ...
              implementation 'com.google.android.gms:play-services-analytics:16.0.8'
              ...

              apply plugin: 'com.google.gms.google-services'


              build.gradle(project-level):



              buildscript 

              repositories
              google()
              maven url 'https://maven.fabric.io/public'
              jcenter()

              dependencies
              classpath 'com.android.tools.build:gradle:3.3.2'
              classpath 'com.google.gms:google-services:4.2.0'
              classpath 'io.fabric.tools:gradle:1.28.0'
              classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // for import error



              allprojects
              repositories
              google()
              maven url "https://maven.google.com"
              jcenter()




              For more info. kindly have a look at this artical.



              You will find crashes in Firebase console.






              share|improve this answer



























                1












                1








                1







                You might forgot to add



                apply plugin: 'io.fabric' and



                apply plugin: 'com.google.gms.google-services' in build.gradle(app-level).



                EXAMPLE for:



                build.gradle(app-level):



                apply plugin: 'com.android.application'
                apply plugin: 'io.fabric'

                dependencies
                ...
                implementation 'com.google.android.gms:play-services-analytics:16.0.8'
                ...

                apply plugin: 'com.google.gms.google-services'


                build.gradle(project-level):



                buildscript 

                repositories
                google()
                maven url 'https://maven.fabric.io/public'
                jcenter()

                dependencies
                classpath 'com.android.tools.build:gradle:3.3.2'
                classpath 'com.google.gms:google-services:4.2.0'
                classpath 'io.fabric.tools:gradle:1.28.0'
                classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // for import error



                allprojects
                repositories
                google()
                maven url "https://maven.google.com"
                jcenter()




                For more info. kindly have a look at this artical.



                You will find crashes in Firebase console.






                share|improve this answer















                You might forgot to add



                apply plugin: 'io.fabric' and



                apply plugin: 'com.google.gms.google-services' in build.gradle(app-level).



                EXAMPLE for:



                build.gradle(app-level):



                apply plugin: 'com.android.application'
                apply plugin: 'io.fabric'

                dependencies
                ...
                implementation 'com.google.android.gms:play-services-analytics:16.0.8'
                ...

                apply plugin: 'com.google.gms.google-services'


                build.gradle(project-level):



                buildscript 

                repositories
                google()
                maven url 'https://maven.fabric.io/public'
                jcenter()

                dependencies
                classpath 'com.android.tools.build:gradle:3.3.2'
                classpath 'com.google.gms:google-services:4.2.0'
                classpath 'io.fabric.tools:gradle:1.28.0'
                classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // for import error



                allprojects
                repositories
                google()
                maven url "https://maven.google.com"
                jcenter()




                For more info. kindly have a look at this artical.



                You will find crashes in Firebase console.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 26 at 11:14

























                answered Mar 26 at 11:09









                Rumit PatelRumit Patel

                2,0917 gold badges28 silver badges41 bronze badges




                2,0917 gold badges28 silver badges41 bronze badges



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55354175%2fcrashlytics-is-reporting-to-fabric-but-no-traces-are-available-in-firebase-crash%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript