Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-103814

Avoid unnecessary call to split when finding "load_local_libs" to load

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P4: Low
    • None
    • None
    • QPA: Android
    • None

    Description

      I was debugging QtLoader.java when I realized that, when populating the libraries to load from the resource load_local_libs from the libs.xml (see code here), it calls first prefferedAbiLibs(...) and then it iterates the result.

      The issue is that it also calls split(":") when iterating, which is unnecessary since the preferredAbiLibs already provided the libs for the ABI selected.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtandroidteam Qt Android Team
            ramon Ramon Sadornil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes