Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LogicalOperator Parse errors flood our logs #196

Open
sirivanleo opened this issue Jan 3, 2020 · 3 comments
Open

LogicalOperator Parse errors flood our logs #196

sirivanleo opened this issue Jan 3, 2020 · 3 comments

Comments

@sirivanleo
Copy link

We have had this issue for months now. In the past while debugging an issue with the sdk I attached our logger to the ErrorMetrics Listener so we can see apptentive errors in our logging backend but we see many superfluous errors.

Mainly the following
Apptentive Error Thread java.lang.IllegalArgumentException: No enum constant com.apptentive.android.sdk.module.engagement.logic.LogicalOperator.code_point/local#app#engage_event/invokes/total

When tracing the code I see that it would be more beneficial to treat this like warning or not logException at all. This line point is expected once the client has parsed the server engagement logic and reached the most inner clause. I think I'm going to either filter this error or disable the logger altogether as it hasn't really brought much benefit to our code. I would also like some feedback regarding using the error listener, should I not be using it?

@CaseyApptentive
Copy link

Hi @sirivanleo!

Thanks for letting us know. This likely means that the manifest contains invalid values, and we'd like to take a deeper look.

Can you email me at [email protected] and let me know the name of the specific app you're working on? Once we have that we can dive in.

@sirivanleo
Copy link
Author

Done

@CaseyApptentive
Copy link

Thank you. I saw your message and will coordinate with my colleague to get back to you asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants