This repository was archived by the owner on May 1, 2023. It is now read-only.
Tags: facebookarchive/profilo
Tags
Update website Copyright and Legal links Reviewed By: simpleton Differential Revision: D43559252 fbshipit-source-id: 6673e73c646727bbdb5bd83f803ddb6f95c8e6d5
Back out "docs: add social banner in support of Ukraine" Reviewed By: dmitryvinn-fb Differential Revision: D43519381 fbshipit-source-id: 9b28466547f48930d7e755d4257f6a3a3b20101c
suppress unused typedef warning Summary: We're seeing the following compiler warnings: ``` unused type alias 'char_type' [-Werror,-Wunused-local-typedef] ``` and this breaks compilation since we build with `-Werror`. I haven't fully understood why & when this warning is triggered (it doesn't always trigger), but by adding a `[[maybe_unused]]` we can suppress the warning. Reviewed By: vitaut Differential Revision: D38387281 fbshipit-source-id: a12c9791fcf3eb6bae72a78310ed461f882a9eb7
Bump SoLoader version to 0.10.4 Differential Revision: D38057928 fbshipit-source-id: d44f7ac1f080a7acb248a5df2a0cd10260c02bda
Apply lint updates from buildifier in fbandroid Summary: In D37873933, we update the buildifier binaries, which apply some minor changes to existing lint. Specifically, entries are now properly sorted. Update the files in fbandroid such that updating buildifier does not cause lint changes in users diffs. drop-conflicts allow_many_files #nocancel Reviewed By: d16r Differential Revision: D37873934 fbshipit-source-id: 40b6cd892dfa837ede52e5fd5af4e5fcc24fc6cd
fbjni | Fix includes when using FBJNI_DEBUG_LOG_REFS. Summary: If the FBJNI_DEBUG_LOG_REFS - we are going to require usage of __android_log_print, but are missing include for it - add it. Reviewed By: boguscoder Differential Revision: D37971279 fbshipit-source-id: af8964460643e3da7e6f6166cee2f323524223d0
Add flag for JIT frames unwind support Reviewed By: aandreyeu Differential Revision: D37669404 fbshipit-source-id: 805483bd312eaf37a17cb79755457e2a90d9a5bb
Proper cleanup of a single trace file folder Reviewed By: simpleton Differential Revision: D37825765 fbshipit-source-id: a1fe26289b1d159918842d414e36f4b8010f7b5b
Explicitly set language in more robolectric tests Differential Revision: D37793707 fbshipit-source-id: d862eb9c24587346ef28c9c8ed83373ca29e6cb8
Stop print debug|info level log in release builds in FBLOG Summary: This diff uses `NDEBUG` to trim the debug and info level logging. Reviewed By: aandreyeu Differential Revision: D37541647 fbshipit-source-id: e4ba366dfc45e1622a23a00973f064bcaa242b9d
PreviousNext