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.

Build failed can't print error log when component's count more than 100

See original GitHub issue

Version

    // Litho
    implementation 'com.facebook.litho:litho-core:0.17.0'
    implementation 'com.facebook.litho:litho-widget:0.17.0'
    compileOnly 'com.facebook.litho:litho-annotations:0.17.0'
    annotationProcessor 'com.facebook.litho:litho-processor:0.17.0'
    // SoLoader
    implementation 'com.facebook.soloader:soloader:0.3.0'
    // For integration with Fresco
    implementation('com.facebook.litho:litho-fresco:0.17.0') {
        exclude group: 'com.facebook.fresco'
    }
    // For testing
    testImplementation 'com.facebook.litho:litho-testing:0.17.0'
    // Sections
    implementation 'com.facebook.litho:litho-sections-core:0.17.0'
    implementation 'com.facebook.litho:litho-sections-widget:0.17.0'
    compileOnly 'com.facebook.litho:litho-sections-annotations:0.17.0'
    annotationProcessor 'com.facebook.litho:litho-sections-processor:0.17.0'

Issues and Steps to Reproduce

image

image

Expected Behavior

Build failed can print error log anytime.

Link to Code

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pavlosptcommented, Aug 21, 2018

@wt1098078873 There is a chance that you capped the javac error output. check this issue and give a try on the proposed solutions https://github.com/google/dagger/issues/306

0reactions
wangbaxcommented, Aug 21, 2018

@pavlospt It work for me. thanks. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dagger 2 swallows errors · Issue #306 · google/dagger - GitHub
pavlospt mentioned this issue on Aug 21, 2018. Build failed can't print error log when component's count more than 100 facebook/litho#420.
Read more >
When to use the different log levels - Stack Overflow
Error - Any error which is fatal to the operation, but not the service or application (can't open a required file, missing data,...
Read more >
Troubleshoot Content Distribution issues - Microsoft Learn
Describes how to troubleshoot common content distribution problems.
Read more >
Troubleshoot Dataflow errors - Google Cloud
If you run into problems with your Dataflow pipeline or job, this page lists error messages that you might see and provides suggestions...
Read more >
Common .NET Software Errors and How to Fix Them - Stackify
We've aggregated the 50 top .NET software errors. It includes exceptions, broken data bindings, memory leaks, etc. Find solutions on ways to ...
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