sapp icon indicating copy to clipboard operation
sapp copied to clipboard

Post Processor for Facebook Static Analysis Tools.

Results 14 sapp issues
Sort by recently updated
recently updated
newest added

Reviewed By: connernilsen Differential Revision: D54436435

CLA Signed
fb-exported

Hi all I got Missing Trace Frame in traces UI page very often. I want to know where can I add log to find out what happen in source code?...

**Pre-submission checklist** - [x] I've ran the following linters locally and fixed lint errors related to the files I modified in this PR - [x] `black .` - [x] `usort...

CLA Signed

**Pre-submission checklist** - [x] I've ran the following linters locally and fixed lint errors related to the files I modified in this PR - [x] `black .` - [x] `usort...

CLA Signed

HI all, I encountered unbearable UI stutters. There are over 100 times runs and tens of thousands of isuues in my DB. Sapp UI lags because of `query` DB ![Kim...

**Pre-submission checklist** - [x] I've ran the following linters locally and fixed lint errors related to the files I modified in this PR - [x] `black .` - [x] `usort...

CLA Signed

I added some simple rules to Filter. Please note that the filter with code = 3 in the following picture ![image](https://github.com/facebook/sapp/assets/16820678/6df4ff65-0d20-4acc-98c1-ef5cb009ad64) First I select it to do filter.It works fine...

**Pre-submission checklist** - [x] I've ran the following linters locally and fixed lint errors related to the files I modified in this PR - [x] `black .` - [x] `usort...

CLA Signed

When I install `fb-sapp` from Pypi and **analyze** the output it returns the following error. ``` sapp -v "DEBUG" --tool=mariana-trench analyze . /usr/local/lib/python3.9/site-packages/sqlalchemy/orm/relationships.py:1994: SAWarning: Setting backref / back_populates on relationship...

When using: sapp --tool=mariana-trench analyze . I got error: /Users/shijian03/.venvs/mariana-trench/lib/python3.9/site-packages/sqlalchemy/orm/relationships.py:1994: SAWarning: Setting backref / back_populates on relationship Run.issue_instances to refer to viewonly relationship IssueInstance.run should include sync_backref=False set on the...