Max Spencer

Results 10 comments of Max Spencer

Hi @zysidea - You're right that the same exception can be thrown when calling `startActivity` or when adding a fragment if the intent extras or fragment args are too big....

This sounds like a nice idea for an improvement, thank you. How did you tackle this manually? and if you had to make it generic how would you go about...

You can use [`BaseBundle.get(key: String): Object`](https://developer.android.com/reference/android/os/BaseBundle.html#get(java.lang.String)) and then use `is`/`instanceof` to find out what the value is. We have [`TooLargeTool.valueSizes(bundle: Bundle): Map`](https://github.com/guardian/toolargetool/blob/master/toolargetool/src/main/java/com/gu/toolargetool/TooLargeTool.java#L84) which breaks down a `Bundle` and reports the...

Hey there, I have one simple idea of what the problem might be: You're calling `logBundleBreakdown` with the tag "review-meta". Make sure you are not filtering those log lines out...

Please try upgrading to `0.3.0`, I believe I've addressed this problem.

@jlr-frameo Ah I'm sorry to hear that it's still not working for Java-only projects, if you have any details to share that might help me (or someone else) debug that...

Hi @luatnd - yes you could do something like that, for sure. A previous contributor @friedenberg made a `Logger` interface which you could implement to output the debugging info in...

@webb04 I think so, but I'm confused because it seems that the previous PR #842 has been reverted now (looking at the diff here). It would still be right to...

@JamieB-gu what a blast from the past - Ideally we'd merge it to get rid of those old font names, but if it's causing you trouble then feel free to...

@JamieB-gu I am looking through my old open PRs in prep for leaving. I think we should merge this one, what do you think?