question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ACRA process conflict with main process?

See original GitHub issue

Hi. A few days ago I open an issue that explain about conflicting the acra process with main app process. I updated the Acra to latest version but nothing changed. Let me explain. For example I start a service normally, like this:

                Intent intent = new Intent(SmsApp.getInstance(), ConsumerService.class);
                SmsApp.getInstance().startService(intent);

Sometime service run on main process and sometime run on ACRA process or some threads that has same problem.

I configure ACRA exactly as you said. As you see in bellow some my Logs show in Acra Process like this:

               03-26 10:10:16.855 12311-12346/com.gapafzar.gap:acra D/gap1: RabbitmqService msg

It has to be like this:

               03-26 10:10:16.974 12297-12354/com.gapafzar.gap:gap D/gap1: RabbitmqService msg

what is the problem ?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
william-ferguson-aucommented, Mar 26, 2016

That is the only way to test.

I have added a new method ACRA.isACRASenderServiceProcess() for ACRA-4.8.6 which will tell you the same thing.

0reactions
EMIN3M1986commented, Mar 26, 2016

Now I check the process name in onCreate() method and if the name equals with my process name let him go on. I know it’s not the best way but actually it works. I will fix it later. Thanks a lot for you Guidance.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Default NotificationConfigurationBuilder and ... - GitHub
Acra does not use workmanager, but can conflict with it if your application doesn't treat acras senderservice process correctly.
Read more >
Ratings fctions procedures and general principles of ... - АКРА
1.1. This document provides a general description of the main processes related to Rating Actions by the Analytical Credit Rating Agency (Joint- ...
Read more >
ACRA-Comments on CEQ Proposed Rule National ...
ACRA is pleased to see that the proposed regulations strengthen tribal participation in the NEPA process. The addition of “Tribal” to the ...
Read more >
Understanding ACRA Singapore's SSIC Requirements
The process of changing an SSIC code is quite simple. All that needs to be done is for an application to be submitted...
Read more >
acrA - Adenylate cyclase, terminal-differentiation specific
Showing features for compositional bias, sequence conflict. Type. -- Select --. ID ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found