This repository has been archived by the owner on May 1, 2023. It is now read-only.
Releases: facebookarchive/profilo
Releases · facebookarchive/profilo
release-a2db3459
Make dladdr1 not crash if dladdr/find_symbol_by_name return different…
release-baeea045: Back out "Temporarily disable stack traces for libc++ arm64"
Summary: As with all temporary solutions, this turned out to be a lot less temporary than I was hoping for :D I was never able to figure out the original issue, but we've since changed unwinders from libgcc to LLVM's libunwind, and hopefully that fixes this issue as well. Original commit changeset: 088c8a781d00 Original Phabricator Diff: D19718354 (https://github.com/facebookincubator/profilo/commit/be23f69942c05e2f45eadc2b686ff31e99df796a) Reviewed By: lanza Differential Revision: D35133990 fbshipit-source-id: 8959891f1a8a7687be5786cb5c00c257cefdef36
release-a27e4c0a: Add function for getting libdexfile.so
Summary: Add function for opening libdexfile.so Reviewed By: wsanville Differential Revision: D34864536 fbshipit-source-id: 4dfc57533fefa3c298ef399db664ff55ab43392a
release-0d482aba: Fix Python3 script for new attribute
Summary: Not added in D28806833 (https://github.com/facebookincubator/profilo/commit/aa1bba8c3699b0078b7b53f3682d086995d49ee0) Reviewed By: aandreyeu Differential Revision: D34992396 fbshipit-source-id: f1e73173a795890dbfd0d1e88e3798712c7eb67a
release-0bed230f: Remove TigonTokenObserver usage in Loom
Summary: This TigonTokenObserver was added to track TigonPriority changes and cancel events. Original diffs: D10463904 (https://github.com/facebookincubator/profilo/commit/a73b5d6c67db796e290c12a9f8840a1be629e109) and D10403620 - TigonPriority tracking was removed in D34515445 but left NET_CHANGEPRI in a couple places. - The cancel events can be obtained from TigonError instead. Since this is the only token observer usage, will remove TigonTokenObserver in TigonSecretary next. For future reference on how to regenerate Loom types, ``` ./libraries/profilo/cpp/generated/generate_sources.sh ``` Reviewed By: mengz0, yukonfb Differential Revision: D34821591 fbshipit-source-id: a73a934451aaf5ad1b213e25f9f5a6ab094ad791
release-89d9c25b: Fbandroid profilo to Python 3.
Summary: Converts to Python 3. Generated by running the 2to3 tool over all files that have a py2 pin, and used sed to remove all py2 pins. 2to3.par --nofix print --nofix future <dir> And then did a separate search for print " statements and ran the print fix on them. This was done to prevent the double paren wrapping of print statements to fixer usually puts in (eg. print(("hello")) NOTE:This is a codemod. I know nothing about this code, I manually touched only a handful of these files. If you have questions about how specific code works, please find an author of the code. run_all_fbandroid_tests run_all_fbandroid_tests_at_diff_time #nocancel Reviewed By: jiawei-lyu Differential Revision: D34773781 fbshipit-source-id: 9b60f7955086b40ddac14dc5fd441d95f82a2cd6
release-ada6bcd9: Record mapping failures to trace
Summary: As title Differential Revision: D34732306 fbshipit-source-id: 6083f51b61e99b34200c1ffd7600ee0027750f22
release-4d9f2db8: docs: add social banner in support of Ukraine (#108)
Summary: Our mission at [Meta Open Source](https://opensource.facebook.com/) is to empower communities through open source, and we believe that it means building a welcoming and safe environment for all. As a part of this work, we are adding this banner in support for Ukraine during this crisis. <img width="1080" alt="image" src="https://user-images.githubusercontent.com/12485205/156703199-25bb934a-fd36-4220-b687-805f68526f2a.png"> Pull Request resolved: https://github.com/facebookincubator/profilo/pull/108 Reviewed By: aandreyeu Differential Revision: D34634750 Pulled By: dmitryvinn-fb fbshipit-source-id: 9cc5e95152e2b48dc505f9733ccfb92c4b5d0792
release-7b7d933b: Log TRACE_TRIGGER timestamp to track trace startup
Reviewed By: yukonfb Differential Revision: D34604244 fbshipit-source-id: ca7e9c016cf4a7fa56306f650a98f5ee30f662a8
release-d1c70457: Bump url-parse from 1.5.7 to 1.5.10 in /website (#107)
Summary: Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unshiftio/url-parse/commit/8cd4c6c6435c1ea32243ec20c9cfe535251ec524"><code>8cd4c6c</code></a> 1.5.10</li> <li><a href="https://github.com/unshiftio/url-parse/commit/ce7a01f2e10738b17812f57c7b6b5de4ea4c0298"><code>ce7a01f</code></a> [fix] Improve handling of empty port</li> <li><a href="https://github.com/unshiftio/url-parse/commit/00714900ea1e8ba0a1f87b9f8399001e47f060ec"><code>0071490</code></a> [doc] Update JSDoc comment</li> <li><a href="https://github.com/unshiftio/url-parse/commit/a7044e3e8bb2308ac0f74264d01951aeaca0d66f"><code>a7044e3</code></a> [minor] Use more descriptive variable name</li> <li><a href="https://github.com/unshiftio/url-parse/commit/d547792414a414b2f341a805141beafee728addf"><code>d547792</code></a> [security] Add credits for CVE-2022-0691</li> <li><a href="https://github.com/unshiftio/url-parse/commit/ad23357ad5fd9a6b011d049466e9ecff723e52b8"><code>ad23357</code></a> 1.5.9</li> <li><a href="https://github.com/unshiftio/url-parse/commit/0e3fb542d60ddbf6933f22eb9b1e06e25eaa5b63"><code>0e3fb54</code></a> [fix] Strip all control characters from the beginning of the URL</li> <li><a href="https://github.com/unshiftio/url-parse/commit/61864a8eccff714a45d23db85a814e3c6ee0baba"><code>61864a8</code></a> [security] Add credits for CVE-2022-0686</li> <li><a href="https://github.com/unshiftio/url-parse/commit/bb0104d6439cf7c2662afbd9411e0772a9639664"><code>bb0104d</code></a> 1.5.8</li> <li><a href="https://github.com/unshiftio/url-parse/commit/d5c64791ef496ca5459ae7f2176a31ea53b127e5"><code>d5c6479</code></a> [fix] Handle the case where the port is specified but empty</li> <li>Additional commits viewable in <a href="https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url-parse&package-manager=npm_and_yarn&previous-version=1.5.7&new-version=1.5.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebookincubator/profilo/network/alerts). </details> Pull Request resolved: https://github.com/facebookincubator/profilo/pull/107 Reviewed By: aandreyeu Differential Revision: D34527461 Pulled By: yukonfb fbshipit-source-id: 71c3757d8ad4ddfd53aaefa6840f788f5503ef43